home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI235.ASC < prev    next >
Text File  |  1991-09-11  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 235
  10.   VERSION : 2.00B
  11.        OS : PC-DOS
  12.      DATE : February 21, 1986                            PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  24.   the  path to the error messages in the event they are stored in a
  25.   directory other than the  one  active at the time Turbo Pascal is
  26.   loaded. Patches for two different implementations of Turbo Pascal
  27.   are listed below. Be  sure  you are using the patch applicable to
  28.   the file you wish to modify.
  29.  
  30.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  31.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  32.   directory (or onto the  diskette)  where  a  working copy of your
  33.   information  exactly  as  it  appears.  (Conclude  each  line  by
  34.   pressing <Enter>.)
  35.  
  36.  
  37.   Note:
  38.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  all
  39.        addresses are listed in upper case for ease of  readability.
  40.  
  41.   2.   While in DEBUG, the prompt will appear as a dash (-).
  42.  
  43.   3.   If you do not receive the appropriate response,  press   "q"
  44.        followed by <Return>,  to  quit. Check your  version numbers
  45.        and, if correct, try again.
  46.  
  47.   TURBO.COM - "YES" - MESSAGES INCLUDED
  48.  
  49.        YOU TYPE                              THIS APPEARS
  50.  
  51.        DEBUG TURBO.COM<ENTER>                 -
  52.        e2F5E                                  XXXX:2F5E E8.
  53.        0C<Space>                              20
  54.        FF<Space>                              DB
  55.        EB<Space>                              0D
  56.        1E<Return>                             -
  57.        w                                      writing XXXX bytes
  58.        q                                      DOS prompt
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 235
  76.   VERSION : 2.00B
  77.        OS : PC-DOS
  78.      DATE : February 21, 1986                            PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  85.  
  86.        YOU TYPE                             THIS APPEARS
  87.  
  88.        DEBUG TURBO.COM<ENTER>                 -
  89.        e2F5E                                  XXXX:2F5E E8.
  90.        24<Space>                              20
  91.        00<Space>                              DB
  92.        EB<Space>                              0D
  93.        1E<Return>                             -
  94.        w                                      writing XXXX bytes
  95.        q                                      DOS prompt
  96.  
  97.  
  98.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  99.  
  100.        YOU TYPE                              THIS APPEARS
  101.  
  102.        DEBUG TURBO-87.COM<ENTER>              -
  103.        e29CE                                  XXXX:29CE E8.
  104.        E9<Space>                              E3
  105.        1C<Space>                              D7
  106.        00<Space>                              E8
  107.        E9<Space>                              F5
  108.        05<Space>                              02
  109.        00<Return>                             -
  110.        w                                      writing XXXX bytes
  111.        q                                      DOS prompt
  112.  
  113.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  114.  
  115.        YOU TYPE                             THIS APPEARS
  116.  
  117.        DEBUG TURBO-87.COM<ENTER>              -
  118.        e29CE                                  XXXX:29CE E8.
  119.        E9<Space>                              E3
  120.        1C<Space>                              D7
  121.        00<Space>                              E8
  122.        E9<Space>                              F5
  123.        08<Space>                              02
  124.        00<Return>                             -
  125.        w                                      writing XXXX bytes
  126.        q                                      DOS prompt
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.